home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vitor.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  193 b   |  10 lines

  1. on exitFrame
  2.   global ActFrame, Osprite
  3.   set ActFrame to the frame
  4.   set the visible of sprite 6 to 1
  5.   if the mouseCast = 48 then
  6.     set Osprite to ActFrame + 5
  7.     go("naveg")
  8.   end if
  9. end
  10.